home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / gcc233.lha / info / libg++.info-1 < prev    next >
Text File  |  1992-07-19  |  41KB  |  826 lines

  1. Info file libg++.info, produced by Makeinfo, -*- Text -*- from input
  2. file libg++.texinfo.
  3.  
  4. START-INFO-DIR-ENTRY
  5. * Libg++: (libg++).        The g++ library.
  6. END-INFO-DIR-ENTRY
  7.  
  8.    This file documents the features and implementation of The GNU C++
  9. library
  10.  
  11.    Copyright (C) 1988, 1991, 1992 Free Software Foundation, Inc.
  12.  
  13.    Permission is granted to make and distribute verbatim copies of
  14. this manual provided the copyright notice and this permission notice
  15. are preserved on all copies.
  16.  
  17.    Permission is granted to copy and distribute modified versions of
  18. this manual under the conditions for verbatim copying, provided also
  19. that the section entitled "GNU Library General Public License" is
  20. included exactly as in the original, and provided that the entire
  21. resulting derived work is distributed under the terms of a permission
  22. notice identical to this one.
  23.  
  24.    Permission is granted to copy and distribute translations of this
  25. manual into another language, under the above conditions for modified
  26. versions, except that the section entitled "GNU Library General Public
  27. License" and this permission notice may be included in translations
  28. approved by the Free Software Foundation instead of in the original
  29. English.
  30.  
  31. 
  32. File: libg++.info,  Node: Top,  Next: Copying,  Up: (DIR)
  33.  
  34.    Introduction ************
  35.  
  36.    This manual documents how to install and use the GNU C++ library.
  37.  
  38. * Menu:
  39.  
  40. * Copying::        GNU Library Public License says how you can copy
  41.                     and share the GNU C++ library.
  42. * Contributors::    People who have contributed to GNU C++ library.
  43. * Installation::    How to configure, compile and install GNU C++ library
  44. * Trouble::         If you have trouble installing GNU C++ library.
  45. * General::         Aims, objectives, and limitations of the GNU C++ library
  46. * Conventions::     Stylistic conventions
  47. * OK::              Support for representation invariants
  48. * Proto::           Introduction to container class prototypes
  49. * Pix::             Pseudo-indexes
  50. * Representations:: How variable-sized objects are represented
  51. * Expressions::     Some guidance on programming expression-oriented classes
  52. * Headers::         Header files and other support for interfacing C++ to C
  53. * Builtin::         Utility functions for builtin types
  54. * New::             Library dynamic allocation primitives
  55. * IOStream::        input/output library (istreams and ostreams
  56. * Stream::          obsolete I/O library
  57. * Obstack::         Obstacks and their uses.
  58. * AllocRing::       A place to store objects for a while
  59. * String::          String, SubString, and Regex classes.
  60. * Integer::         Multiple precision Integer class.
  61. * Rational::        Multiple precision Rational class
  62. * Complex::         Complex number class
  63. * Fix::             Fixed point proportion classes
  64. * Bit::             BitSet and BitString classes
  65. * Random::          Random number generators
  66. * Data::            SampleStatistic and related classes for data collection
  67. * Curses::          CursesWindow class
  68. * List::            Lisp-like List prototype
  69. * LinkList::        Singly and doubly linked list class prototypes
  70. * Vector::          Vector prototypes
  71. * Plex::            Plex (adjustable array) prototypes
  72. * Stack::           Stack prototypes
  73. * Queue::           Queue prototypes
  74. * Deque::           Double ended queue prototypes
  75. * PQ::              Heap (priority queue) class prototypes
  76. * Set::             Set class prototypes
  77. * Bag::             Bag class prototypes
  78. * Map::             Map (Associative array) prototypes
  79. * GetOpt::          C++ class-based version of the GNU/UNIX getopt function
  80. * Projects::        Things Still Left to do
  81.  
  82. 
  83. File: libg++.info,  Node: Copying,  Next: Contributors,  Prev: Top,  Up: Top
  84.  
  85. GNU LIBRARY GENERAL PUBLIC LICENSE
  86. **********************************
  87.  
  88.                              Version 2, June 1991
  89.  
  90.      Copyright (C) 1991 Free Software Foundation, Inc.
  91.      675 Mass Ave, Cambridge, MA 02139, USA
  92.      Everyone is permitted to copy and distribute verbatim copies
  93.      of this license document, but changing it is not allowed.
  94.      
  95.      [This is the first released version of the library GPL.  It is
  96.       numbered 2 because it goes with version 2 of the ordinary GPL.]
  97.  
  98. Preamble
  99. ========
  100.  
  101.    The licenses for most software are designed to take away your
  102. freedom to share and change it.  By contrast, the GNU General Public
  103. Licenses are intended to guarantee your freedom to share and change
  104. free software--to make sure the software is free for all its users.
  105.  
  106.    This license, the Library General Public License, applies to some
  107. specially designated Free Software Foundation software, and to any
  108. other libraries whose authors decide to use it.  You can use it for
  109. your libraries, too.
  110.  
  111.    When we speak of free software, we are referring to freedom, not
  112. price.  Our General Public Licenses are designed to make sure that you
  113. have the freedom to distribute copies of free software (and charge for
  114. this service if you wish), that you receive source code or can get it
  115. if you want it, that you can change the software or use pieces of it
  116. in new free programs; and that you know you can do these things.
  117.  
  118.    To protect your rights, we need to make restrictions that forbid
  119. anyone to deny you these rights or to ask you to surrender the rights. 
  120. These restrictions translate to certain responsibilities for you if
  121. you distribute copies of the library, or if you modify it.
  122.  
  123.    For example, if you distribute copies of the library, whether gratis
  124. or for a fee, you must give the recipients all the rights that we gave
  125. you.  You must make sure that they, too, receive or can get the source
  126. code.  If you link a program with the library, you must provide
  127. complete object files to the recipients so that they can relink them
  128. with the library, after making changes to the library and recompiling
  129. it.  And you must show them these terms so they know their rights.
  130.  
  131.    Our method of protecting your rights has two steps: (1) copyright
  132. the library, and (2) offer you this license which gives you legal
  133. permission to copy, distribute and/or modify the library.
  134.  
  135.    Also, for each distributor's protection, we want to make certain
  136. that everyone understands that there is no warranty for this free
  137. library.  If the library is modified by someone else and passed on, we
  138. want its recipients to know that what they have is not the original
  139. version, so that any problems introduced by others will not reflect on
  140. the original authors' reputations.
  141.  
  142.    Finally, any free program is threatened constantly by software
  143. patents.  We wish to avoid the danger that companies distributing free
  144. software will individually obtain patent licenses, thus in effect
  145. transforming the program into proprietary software.  To prevent this,
  146. we have made it clear that any patent must be licensed for everyone's
  147. free use or not licensed at all.
  148.  
  149.    Most GNU software, including some libraries, is covered by the
  150. ordinary GNU General Public License, which was designed for utility
  151. programs.  This license, the GNU Library General Public License,
  152. applies to certain designated libraries.  This license is quite
  153. different from the ordinary one; be sure to read it in full, and don't
  154. assume that anything in it is the same as in the ordinary license.
  155.  
  156.    The reason we have a separate public license for some libraries is
  157. that they blur the distinction we usually make between modifying or
  158. adding to a program and simply using it.  Linking a program with a
  159. library, without changing the library, is in some sense simply using
  160. the library, and is analogous to running a utility program or
  161. application program.  However, in a textual and legal sense, the
  162. linked executable is a combined work, a derivative of the original
  163. library, and the ordinary General Public License treats it as such.
  164.  
  165.    Because of this blurred distinction, using the ordinary General
  166. Public License for libraries did not effectively promote software
  167. sharing, because most developers did not use the libraries.  We
  168. concluded that weaker conditions might promote sharing better.
  169.  
  170.    However, unrestricted linking of non-free programs would deprive the
  171. users of those programs of all benefit from the free status of the
  172. libraries themselves.  This Library General Public License is intended
  173. to permit developers of non-free programs to use free libraries, while
  174. preserving your freedom as a user of such programs to change the free
  175. libraries that are incorporated in them.  (We have not seen how to
  176. achieve this as regards changes in header files, but we have achieved
  177. it as regards changes in the actual functions of the Library.)  The
  178. hope is that this will lead to faster development of free libraries.
  179.  
  180.    The precise terms and conditions for copying, distribution and
  181. modification follow.  Pay close attention to the difference between a
  182. "work based on the library" and a "work that uses the library".  The
  183. former contains code derived from the library, while the latter only
  184. works together with the library.
  185.  
  186.    Note that it is possible for a library to be covered by the ordinary
  187. General Public License rather than by this special one.
  188.  
  189.        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  190.  
  191.   1. This License Agreement applies to any software library which
  192.      contains a notice placed by the copyright holder or other
  193.      authorized party saying it may be distributed under the terms of
  194.      this Library General Public License (also called "this License").
  195.       Each licensee is addressed as "you".
  196.  
  197.         A "library" means a collection of software functions and/or
  198.      data prepared so as to be conveniently linked with application
  199.      programs (which use some of those functions and data) to form
  200.      executables.
  201.  
  202.         The "Library", below, refers to any such software library or
  203.      work which has been distributed under these terms.  A "work based
  204.      on the Library" means either the Library or any derivative work
  205.      under copyright law: that is to say, a work containing the
  206.      Library or a portion of it, either verbatim or with modifications
  207.      and/or translated straightforwardly into another language. 
  208.      (Hereinafter, translation is included without limitation in the
  209.      term "modification".)
  210.  
  211.         "Source code" for a work means the preferred form of the work
  212.      for making modifications to it.  For a library, complete source
  213.      code means all the source code for all modules it contains, plus
  214.      any associated interface definition files, plus the scripts used
  215.      to control compilation and installation of the library.
  216.  
  217.         Activities other than copying, distribution and modification
  218.      are not covered by this License; they are outside its scope.  The
  219.      act of running a program using the Library is not restricted, and
  220.      output from such a program is covered only if its contents
  221.      constitute a work based on the Library (independent of the use of
  222.      the Library in a tool for writing it).  Whether that is true
  223.      depends on what the Library does and what the program that uses
  224.      the Library does.
  225.  
  226.   2. You may copy and distribute verbatim copies of the Library's
  227.      complete source code as you receive it, in any medium, provided
  228.      that you conspicuously and appropriately publish on each copy an
  229.      appropriate copyright notice and disclaimer of warranty; keep
  230.      intact all the notices that refer to this License and to the
  231.      absence of any warranty; and distribute a copy of this License
  232.      along with the Library.
  233.  
  234.         You may charge a fee for the physical act of transferring a
  235.      copy, and you may at your option offer warranty protection in
  236.      exchange for a fee.
  237.  
  238.   3. You may modify your copy or copies of the Library or any portion
  239.      of it, thus forming a work based on the Library, and copy and
  240.      distribute such modifications or work under the terms of Section 1
  241.      above, provided that you also meet all of these conditions:
  242.  
  243.        1. The modified work must itself be a software library.
  244.  
  245.        2. You must cause the files modified to carry prominent notices
  246.           stating that you changed the files and the date of any
  247.           change.
  248.  
  249.        3. You must cause the whole of the work to be licensed at no
  250.           charge to all third parties under the terms of this License.
  251.  
  252.        4. If a facility in the modified Library refers to a function
  253.           or a table of data to be supplied by an application program
  254.           that uses the facility, other than as an argument passed
  255.           when the facility is invoked, then you must make a good
  256.           faith effort to ensure that, in the event an application
  257.           does not supply such function or table, the facility still
  258.           operates, and performs whatever part of its purpose remains
  259.           meaningful.
  260.  
  261.              (For example, a function in a library to compute square
  262.           roots has a purpose that is entirely well-defined
  263.           independent of the application.  Therefore, Subsection 2d
  264.           requires that any application-supplied function or table
  265.           used by this function must be optional: if the application
  266.           does not supply it, the square root function must still
  267.           compute square roots.)
  268.  
  269.              These requirements apply to the modified work as a whole.  If
  270.      identifiable sections of that work are not derived from the
  271.      Library, and can be reasonably considered independent and
  272.      separate works in themselves, then this License, and its terms,
  273.      do not apply to those sections when you distribute them as
  274.      separate works.  But when you distribute the same sections as
  275.      part of a whole which is a work based on the Library, the
  276.      distribution of the whole must be on the terms of this License,
  277.      whose permissions for other licensees extend to the entire whole,
  278.      and thus to each and every part regardless of who wrote it.
  279.  
  280.         Thus, it is not the intent of this section to claim rights or
  281.      contest your rights to work written entirely by you; rather, the
  282.      intent is to exercise the right to control the distribution of
  283.      derivative or collective works based on the Library.
  284.  
  285.         In addition, mere aggregation of another work not based on the
  286.      Library with the Library (or with a work based on the Library) on
  287.      a volume of a storage or distribution medium does not bring the
  288.      other work under the scope of this License.
  289.  
  290.   4. You may opt to apply the terms of the ordinary GNU General Public
  291.      License instead of this License to a given copy of the Library. 
  292.      To do this, you must alter all the notices that refer to this
  293.      License, so that they refer to the ordinary GNU General Public
  294.      License, version 2, instead of to this License.  (If a newer
  295.      version than version 2 of the ordinary GNU General Public License
  296.      has appeared, then you can specify that version instead if you
  297.      wish.)  Do not make any other change in these notices.
  298.  
  299.         Once this change is made in a given copy, it is irreversible
  300.      for that copy, so the ordinary GNU General Public License applies
  301.      to all subsequent copies and derivative works made from that copy.
  302.  
  303.         This option is useful when you wish to copy part of the code of
  304.      the Library into a program that is not a library.
  305.  
  306.   5. You may copy and distribute the Library (or a portion or
  307.      derivative of it, under Section 2) in object code or executable
  308.      form under the terms of Sections 1 and 2 above provided that you
  309.      accompany it with the complete corresponding machine-readable
  310.      source code, which must be distributed under the terms of
  311.      Sections 1 and 2 above on a medium customarily used for software
  312.      interchange.
  313.  
  314.         If distribution of object code is made by offering access to
  315.      copy from a designated place, then offering equivalent access to
  316.      copy the source code from the same place satisfies the
  317.      requirement to distribute the source code, even though third
  318.      parties are not compelled to copy the source along with the
  319.      object code.
  320.  
  321.   6. A program that contains no derivative of any portion of the
  322.      Library, but is designed to work with the Library by being
  323.      compiled or linked with it, is called a "work that uses the
  324.      Library".  Such a work, in isolation, is not a derivative work of
  325.      the Library, and therefore falls outside the scope of this
  326.      License.
  327.  
  328.         However, linking a "work that uses the Library" with the
  329.      Library creates an executable that is a derivative of the Library
  330.      (because it contains portions of the Library), rather than a
  331.      "work that uses the library".  The executable is therefore
  332.      covered by this License.  Section 6 states terms for distribution
  333.      of such executables.
  334.  
  335.         When a "work that uses the Library" uses material from a
  336.      header file that is part of the Library, the object code for the
  337.      work may be a derivative work of the Library even though the
  338.      source code is not.  Whether this is true is especially
  339.      significant if the work can be linked without the Library, or if
  340.      the work is itself a library.  The threshold for this to be true
  341.      is not precisely defined by law.
  342.  
  343.         If such an object file uses only numerical parameters, data
  344.      structure layouts and accessors, and small macros and small inline
  345.      functions (ten lines or less in length), then the use of the
  346.      object file is unrestricted, regardless of whether it is legally
  347.      a derivative work.  (Executables containing this object code plus
  348.      portions of the Library will still fall under Section 6.)
  349.  
  350.         Otherwise, if the work is a derivative of the Library, you may
  351.      distribute the object code for the work under the terms of
  352.      Section 6.  Any executables containing that work also fall under
  353.      Section 6, whether or not they are linked directly with the
  354.      Library itself.
  355.  
  356.   7. As an exception to the Sections above, you may also compile or
  357.      link a "work that uses the Library" with the Library to produce a
  358.      work containing portions of the Library, and distribute that work
  359.      under terms of your choice, provided that the terms permit
  360.      modification of the work for the customer's own use and reverse
  361.      engineering for debugging such modifications.
  362.  
  363.         You must give prominent notice with each copy of the work that
  364.      the Library is used in it and that the Library and its use are
  365.      covered by this License.  You must supply a copy of this License.
  366.       If the work during execution displays copyright notices, you
  367.      must include the copyright notice for the Library among them, as
  368.      well as a reference directing the user to the copy of this
  369.      License.  Also, you must do one of these things:
  370.  
  371.        1. Accompany the work with the complete corresponding
  372.           machine-readable source code for the Library including
  373.           whatever changes were used in the work (which must be
  374.           distributed under Sections 1 and 2 above); and, if the work
  375.           is an executable linked with the Library, with the complete
  376.           machine-readable "work that uses the Library", as object
  377.           code and/or source code, so that the user can modify the
  378.           Library and then relink to produce a modified executable
  379.           containing the modified Library.  (It is understood that the
  380.           user who changes the contents of definitions files in the
  381.           Library will not necessarily be able to recompile the
  382.           application to use the modified definitions.)
  383.  
  384.        2. Accompany the work with a written offer, valid for at least
  385.           three years, to give the same user the materials specified
  386.           in Subsection 6a, above, for a charge no more than the cost
  387.           of performing this distribution.
  388.  
  389.        3. If distribution of the work is made by offering access to
  390.           copy from a designated place, offer equivalent access to
  391.           copy the above specified materials from the same place.
  392.  
  393.        4. Verify that the user has already received a copy of these
  394.           materials or that you have already sent this user a copy.
  395.  
  396.              For an executable, the required form of the "work that uses the
  397.      Library" must include any data and utility programs needed for
  398.      reproducing the executable from it.  However, as a special
  399.      exception, the source code distributed need not include anything
  400.      that is normally distributed (in either source or binary form)
  401.      with the major components (compiler, kernel, and so on) of the
  402.      operating system on which the executable runs, unless that
  403.      component itself accompanies the executable.
  404.  
  405.         It may happen that this requirement contradicts the license
  406.      restrictions of other proprietary libraries that do not normally
  407.      accompany the operating system.  Such a contradiction means you
  408.      cannot use both them and the Library together in an executable
  409.      that you distribute.
  410.  
  411.   8. You may place library facilities that are a work based on the
  412.      Library side-by-side in a single library together with other
  413.      library facilities not covered by this License, and distribute
  414.      such a combined library, provided that the separate distribution
  415.      of the work based on the Library and of the other library
  416.      facilities is otherwise permitted, and provided that you do these
  417.      two things:
  418.  
  419.        1. Accompany the combined library with a copy of the same work
  420.           based on the Library, uncombined with any other library
  421.           facilities.  This must be distributed under the terms of the
  422.           Sections above.
  423.  
  424.        2. Give prominent notice with the combined library of the fact
  425.           that part of it is a work based on the Library, and
  426.           explaining where to find the accompanying uncombined form of
  427.           the same work.
  428.  
  429.   9. You may not copy, modify, sublicense, link with, or distribute
  430.      the Library except as expressly provided under this License.  Any
  431.      attempt otherwise to copy, modify, sublicense, link with, or
  432.      distribute the Library is void, and will automatically terminate
  433.      your rights under this License.  However, parties who have
  434.      received copies, or rights, from you under this License will not
  435.      have their licenses terminated so long as such parties remain in
  436.      full compliance.
  437.  
  438.  10. You are not required to accept this License, since you have not
  439.      signed it.  However, nothing else grants you permission to modify
  440.      or distribute the Library or its derivative works.  These actions
  441.      are prohibited by law if you do not accept this License. 
  442.      Therefore, by modifying or distributing the Library (or any work
  443.      based on the Library), you indicate your acceptance of this
  444.      License to do so, and all its terms and conditions for copying,
  445.      distributing or modifying the Library or works based on it.
  446.  
  447.  11. Each time you redistribute the Library (or any work based on the
  448.      Library), the recipient automatically receives a license from the
  449.      original licensor to copy, distribute, link with or modify the
  450.      Library subject to these terms and conditions.  You may not
  451.      impose any further restrictions on the recipients' exercise of
  452.      the rights granted herein.  You are not responsible for enforcing
  453.      compliance by third parties to this License.
  454.  
  455.  12. If, as a consequence of a court judgment or allegation of patent
  456.      infringement or for any other reason (not limited to patent
  457.      issues), conditions are imposed on you (whether by court order,
  458.      agreement or otherwise) that contradict the conditions of this
  459.      License, they do not excuse you from the conditions of this
  460.      License.  If you cannot distribute so as to satisfy
  461.      simultaneously your obligations under this License and any other
  462.      pertinent obligations, then as a consequence you may not
  463.      distribute the Library at all.  For example, if a patent license
  464.      would not permit royalty-free redistribution of the Library by
  465.      all those who receive copies directly or indirectly through you,
  466.      then the only way you could satisfy both it and this License
  467.      would be to refrain entirely from distribution of the Library.
  468.  
  469.         If any portion of this section is held invalid or
  470.      unenforceable under any particular circumstance, the balance of
  471.      the section is intended to apply, and the section as a whole is
  472.      intended to apply in other circumstances.
  473.  
  474.         It is not the purpose of this section to induce you to
  475.      infringe any patents or other property right claims or to contest
  476.      validity of any such claims; this section has the sole purpose of
  477.      protecting the integrity of the free software distribution system
  478.      which is implemented by public license practices.  Many people
  479.      have made generous contributions to the wide range of software
  480.      distributed through that system in reliance on consistent
  481.      application of that system; it is up to the author/donor to
  482.      decide if he or she is willing to distribute software through any
  483.      other system and a licensee cannot impose that choice.
  484.  
  485.         This section is intended to make thoroughly clear what is
  486.      believed to be a consequence of the rest of this License.
  487.  
  488.  13. If the distribution and/or use of the Library is restricted in
  489.      certain countries either by patents or by copyrighted interfaces,
  490.      the original copyright holder who places the Library under this
  491.      License may add an explicit geographical distribution limitation
  492.      excluding those countries, so that distribution is permitted only
  493.      in or among countries not thus excluded.  In such case, this
  494.      License incorporates the limitation as if written in the body of
  495.      this License.
  496.  
  497.  14. The Free Software Foundation may publish revised and/or new
  498.      versions of the Library General Public License from time to time. 
  499.      Such new versions will be similar in spirit to the present
  500.      version, but may differ in detail to address new problems or
  501.      concerns.
  502.  
  503.         Each version is given a distinguishing version number.  If the
  504.      Library specifies a version number of this License which applies
  505.      to it and "any later version", you have the option of following
  506.      the terms and conditions either of that version or of any later
  507.      version published by the Free Software Foundation.  If the
  508.      Library does not specify a license version number, you may choose
  509.      any version ever published by the Free Software Foundation.
  510.  
  511.  15. If you wish to incorporate parts of the Library into other free
  512.      programs whose distribution conditions are incompatible with
  513.      these, write to the author to ask for permission.  For software
  514.      which is copyrighted by the Free Software Foundation, write to
  515.      the Free Software Foundation; we sometimes make exceptions for
  516.      this.  Our decision will be guided by the two goals of preserving
  517.      the free status of all derivatives of our free software and of
  518.      promoting the sharing and reuse of software generally.
  519.  
  520.                                       NO WARRANTY
  521.  
  522.  16. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  523.      WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE
  524.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  525.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT
  526.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  527.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  528.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  529.      QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU.  SHOULD THE
  530.      LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  531.      SERVICING, REPAIR OR CORRECTION.
  532.  
  533.  17. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  534.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  535.      MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE
  536.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  537.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  538.      INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS
  539.      OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  540.      YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH
  541.      ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  542.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  543.  
  544.                          END OF TERMS AND CONDITIONS
  545.  
  546. How to Apply These Terms to Your New Libraries
  547. ==============================================
  548.  
  549.    If you develop a new library, and you want it to be of the greatest
  550. possible use to the public, we recommend making it free software that
  551. everyone can redistribute and change.  You can do so by permitting
  552. redistribution under these terms (or, alternatively, under the terms
  553. of the ordinary General Public License).
  554.  
  555.    To apply these terms, attach the following notices to the library. 
  556. It is safest to attach them to the start of each source file to most
  557. effectively convey the exclusion of warranty; and each file should
  558. have at least the "copyright" line and a pointer to where the full
  559. notice is found.
  560.  
  561.      ONE LINE TO GIVE THE LIBRARY'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  562.      Copyright (C) YEAR  NAME OF AUTHOR
  563.      
  564.      This library is free software; you can redistribute it and/or
  565.      modify it under the terms of the GNU Library General Public
  566.      License as published by the Free Software Foundation; either
  567.      version 2 of the License, or (at your option) any later version.
  568.      
  569.      This library is distributed in the hope that it will be useful,
  570.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  571.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  572.      Library General Public License for more details.
  573.      
  574.      You should have received a copy of the GNU Library General Public
  575.      License along with this library; if not, write to the Free
  576.      Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  577.  
  578.    Also add information on how to contact you by electronic and paper
  579. mail.
  580.  
  581.    You should also get your employer (if you work as a programmer) or
  582. your school, if any, to sign a "copyright disclaimer" for the library,
  583. if necessary.  Here is a sample; alter the names:
  584.  
  585.      Yoyodyne, Inc., hereby disclaims all copyright interest in the
  586.      library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  587.      
  588.      SIGNATURE OF TY COON, 1 April 1990
  589.      Ty Coon, President of Vice
  590.  
  591.    That's all there is to it!
  592.  
  593. 
  594. File: libg++.info,  Node: Contributors,  Next: Installation,  Prev: Copying,  Up: Top
  595.  
  596. Contributors to GNU C++ library
  597. *******************************
  598.  
  599.    Aside from Michael Tiemann, who worked out the front end for GNU
  600. C++, and Richard Stallman, who worked out the back end, the following
  601. people (not including those who have made their contributions to GNU
  602. CC) should not go unmentioned.
  603.  
  604.    * Doug Lea contributed most otherwise unattributed classes.
  605.  
  606.    * Per Bothner contributed the iostream I/O classes.
  607.  
  608.    * Dirk Grunwald contributed the Random number generation classes,
  609.      and PairingHeaps.
  610.  
  611.    * Kurt Baudendistel contributed Fixed precision reals.
  612.  
  613.    * Doug Schmidt contributed ordered hash tables, a perfect hash
  614.      function generator, and several other utilities.
  615.  
  616.    * Marc Shapiro contributed the ideas and preliminary code for
  617.      Plexes.
  618.  
  619.    * Eric Newton contributed the curses window classes.
  620.  
  621.    * Some of the I/O code is derived from BSD 4.4, and was developed
  622.      by the University of California, Berkeley.
  623.  
  624.    * The code for converting accurately between floating point numbers
  625.      and their string representations was written by David M. Gay of
  626.      AT&T.
  627.  
  628. 
  629. File: libg++.info,  Node: Installation,  Next: Trouble,  Prev: Contributors,  Up: Top
  630.  
  631. Installing GNU C++ library
  632. **************************
  633.  
  634.   1. Read through the README file and the Makefile. Make sure that all
  635.      paths, system-dependent compile switches, and program names are
  636.      correct.
  637.  
  638.   2. Check that files  `values.h', `stdio.h', and `math.h' declare and
  639.      define values appropriate for your system.
  640.  
  641.   3. Type `make all' to compile the library, test, and install. 
  642.      Current details about contents of the tests and utilities are in
  643.      the `README' file.
  644.  
  645. 
  646. File: libg++.info,  Node: Trouble,  Next: General,  Prev: Installation,  Up: Top
  647.  
  648. Trouble in Installation
  649. ***********************
  650.  
  651.    Here are some of the things that have caused trouble for people
  652. installing GNU C++ library.
  653.  
  654.   1. Make sure that your GNU C++ version number is at least as high as
  655.      your libg++ version number. For example, libg++ 1.22.0 requires
  656.      g++ 1.22.0 or later releases.
  657.  
  658.   2. Double-check system constants in the header files mentioned above.
  659.  
  660. 
  661. File: libg++.info,  Node: General,  Next: Conventions,  Prev: Trouble,  Up: Top
  662.  
  663. GNU C++ library aims, objectives, and limitations
  664. *************************************************
  665.  
  666.    The GNU C++ library, libg++ is an attempt to provide a variety of
  667. C++ programming tools and other support to GNU C++ programmers.
  668.  
  669.    Differences in distribution policy are only part of the difference
  670. between libg++.a and AT&T libC.a.  libg++ is not intended to be an
  671. exact clone of libC. For one, libg++ contains bits of code that depend
  672. on special features of GNU g++ that are either different or lacking in
  673. the AT&T version, including slightly different inlining and overloading
  674. strategies, dynamic local arrays, wrappers, etc.  All of these
  675. differences are minor. For example, while the AT&T and GNU stream
  676. classes are implemented in very different ways, the vast majority of
  677. C++ programs compile and run under either version with no visible
  678. difference. Additionally, all g++-specific constructs are conditionally
  679. compiled; The library is designed to be compatible with any 2.0 C++
  680. compiler.
  681.  
  682.    libg++ has also contained workarounds for some limitations in g++:
  683. both g++ and libg++ are still undergoing rapid development and
  684. testing--a task that is helped tremendously by the feedback of active
  685. users.  This manual is also still under development; it has some
  686. catching up to do to include all the facilities now in the library.
  687.  
  688.    libg++ is not the only freely available source of C++ class
  689. libraries.  The most notable alternative sources are Interviews and
  690. OOPS. (A g++-compatible version of OOPS is currently available on
  691. prep.ai.mit.edu.  InterViews has been available on the X-windows X11
  692. tapes and also from interviews.stanford.edu.)
  693.  
  694.    As every C++ programmer knows, the design (moreso than the
  695. implementation) of a C++ class library is something of a challenge. 
  696. Part of the reason is that C++ supports two, partially incompatible,
  697. styles of object-oriented programming -- The "forest" approach,
  698. involving a collection of free-standing classes that can be mixed and
  699. matched, versus the completely hierarchical (smalltalk style)
  700. approach, in which all classes are derived from a common ancestor.  Of
  701. course, both styles have advantages and disadvantages.  So far, libg++
  702. has adopted the "forest" approach.  Keith Gorlen's OOPS library adopts
  703. the hierarchical approach, and may be an attractive alternative for C++
  704. programmers who prefer this style.
  705.  
  706.    Currently (and/or in the near future) libg++ provides support for a
  707. few basic kinds of classes:
  708.  
  709.    The first kind of support provides an interface between C++
  710. programs and C libraries. This includes basic header files (like
  711. `stdio.h') as well as things like the File and stream classes. Other
  712. classes that interface to other aspects of C libraries (like those
  713. that maintain environmental information) are in various stages of
  714. development; all will undergo implementation modifications when the
  715. forthcoming GNU libc library is released.
  716.  
  717.    The second kind of support contains general-purpose basic classes
  718. that transparently manage variable-sized objects on the freestore. 
  719. This includes Obstacks, multiple-precision Integers and Rationals,
  720. arbitrary length Strings, BitSets, and BitStrings.
  721.  
  722.    Third, several classes and utilities of common interest (e.g.,
  723. Complex numbers) are provided.
  724.  
  725.    Fourth, a set of pseudo-generic prototype files are available as a
  726. mechanism for generating common container classes. These are described
  727. in more detail in the introduction to container prototypes. Currently,
  728. only a the textual substitution mechanism is available for generic
  729. class creation.
  730.  
  731. 
  732. File: libg++.info,  Node: Conventions,  Next: OK,  Prev: General,  Up: Top
  733.  
  734. GNU C++ library stylistic conventions
  735. *************************************
  736.  
  737.    * C++ source files have file extension `.cc'. Both C-compatibility
  738.      header files and class declaration files have extension `.h'.
  739.  
  740.    * C++ class names begin with capital letters, except for `istream'
  741.      and `ostream', for AT&T C++ compatibility. Multi-word class names
  742.      capitalize each word, with no underscore separation.
  743.  
  744.    * Include files that define C++ classes begin with capital letters
  745.      (as do the names of the classes themselves).  `stream.h' is
  746.      uncapitalized for AT&T C++ compatibility.
  747.  
  748.    * Include files that supply function prototypes for other C
  749.      functions (system calls and libraries) are all lower case.
  750.  
  751.    * All include files define a preprocessor variable _X_h, where X is
  752.      the name of the file, and conditionally compile only if this has
  753.      not been already defined. The `#pragma once' facility is also
  754.      used to avoid re-inclusion.
  755.  
  756.    * Structures and objects that must be publicly defined, but are not
  757.      intended for public use have names beginning with an underscore.
  758.      (for example, the `_Srep' struct, which is used only by the
  759.      String and SubString classes.)
  760.  
  761.    * The underscore is used to separate components of long function
  762.      names, 
  763.      e.g., `set_File_exception_handler()'.
  764.  
  765.    * When a function could be usefully defined either as a member or a
  766.      friend, it is generally a member if it modifies and/or returns
  767.      itself, else it is a friend. There are cases where naturalness of
  768.      expression wins out over this rule.
  769.  
  770.    * Class declaration files are formatted so that it is easy to
  771.      quickly check them to determine function names, parameters, and
  772.      so on. Because of the different kinds of things that may appear
  773.      in class declarations, there is no perfect way to do this. Any
  774.      suggestions on developing a common class declaration formatting
  775.      style are welcome.
  776.  
  777.    * All classes use the same simple error (exception) handling
  778.      strategy.  Almost every class has a member function named
  779.      `error(char* msg)' that invokes an associated error handler
  780.      function via a pointer to that function, so that the error
  781.      handling function may be reset by programmers. By default nearly
  782.      all call `*lib_error_handler', which prints the message and then
  783.      aborts execution. This system is subject to change. In general,
  784.      errors are assumed to be non-recoverable: Library classes do not
  785.      include code that allows graceful continuation after exceptions.
  786.  
  787. 
  788. File: libg++.info,  Node: OK,  Next: Proto,  Prev: Conventions,  Up: Top
  789.  
  790. Support for representation invariants
  791. *************************************
  792.  
  793.    Most GNU C++ library classes possess a method named `OK()', that is
  794. useful in helping to verify correct performance of class operations.
  795.  
  796.    The `OK()' operations checks the "representation invariant" of a
  797. class object. This is a test to check whether the object is in a valid
  798. state. In effect, it is a (sometimes partial) verification of the
  799. library's promise that (1) class operations always leave objects in
  800. valid states, and (2) the class protects itself so that client
  801. functions cannot corrupt this state.
  802.  
  803.    While no simple validation technique can assure that all operations
  804. perform correctly, calls to `OK()' can at least verify that operations
  805. do not corrupt representations. For example for `String a, b, c; ... a
  806. = b + c;', a call to `a.OK();' will guarantee that `a' is a valid
  807. `String', but does not guarantee that it contains the concatenation of
  808. `b + c'. However, given that `a' is known to be valid, it is possible
  809. to further verify its properties, for example via `a.after(b) == c &&
  810. a.before(c) == b'. In other words, `OK()' generally checks only those
  811. internal representation properties that are otherwise inaccessible to
  812. users of the class. Other class operations are often useful for
  813. further validation.
  814.  
  815.    Failed calls to `OK()' call a class's `error' method if one exists,
  816. else the directly call `abort'. Failure indicates an implementation
  817. error that should be reported.
  818.  
  819.    With only rare exceptions, the internal support functions for a
  820. class never themselves call `OK()' (although many of the test files in
  821. the distribution call `OK()' extensively).
  822.  
  823.    Verification of representational invariants can sometimes be very
  824. time consuming for complicated data structures.
  825.  
  826.